vcIfStatement
A statement for if-else conditions.
See in: Overview
Module: vcRobotics2
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Condition | vcBoolExpressionProperty | R | Gets the condition for executing ThenScope. |
| ElseScope | vcScope | R | Gets the "Else" scope of the statement. Can be None. |
| ScopeContainer | vcMultiScopeContainer | R | Gets the associated scope container. |
| ThenScope | vcScope | R | Gets the "Then" scope of the statement. |